| Description | : The `Get Map Tiles` API enables users to request map tiles in either vector or raster formats, typically for integration into a map control or SDK. Supported tile types include Azure Maps road tiles and real-time Weather Radar tiles. By default, the Azure Maps [Web SDK](/azure/azure-maps/about-azure-maps#web-sdk) uses vector tiles for rendering its web map control. |
| Reference | : Link ¶ |
⚼ Request
GET:
/map/tile
{
x-ms-client-id:
string
,
api-version:
string
,
tilesetId:
string
,
zoom:
integer
,
x:
integer
,
y:
integer
,
timeStamp:
string
,
tileSize:
string
,
language:
string
,
view:
string
,
}
⚐ Response (200)
{
$headers:
{
,
content-type:
string
,
}
$schema:
object
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}